(Version history prior to version 1.5 is not available)

3.6
   * Changed some constructors to new style REALbasic 
     constructors to make the plugin work on the latest 
     REALbasic version.
   * Changed some SDK functionality to use preferred calls on 
     new REALbasic versions.

3.5
   * Added support for MacOS X Universal Build.

3.1
   * Tuned the plugin to fully support REALbasic 2005.
   * Added support for REALbasic 2005 console flags.

3.0
   * Added support for Read Only mode to read from 
     locked volumes.
   * Added a Length property (setter and getter).
   * Added support for streaming with more modern 
     API's which support stream larger than 2 GB.
   * The Plugin now comes with high quality HTML 
     documentation instead of RB Plugin Plunger 
     documentation.
   * The Mach-O target was re-linked without flat 
     namespace to enable multiple Mach-O plugins to 
     run in the same project. 
   * Added dummy segments for Linux and Windows systems 
     to make it possible to develop for the Mac using 
     a Windows or Linux IDE.

2.5
   * Added a ProcessBoundBlock method.
   * Added a Bind method.
   * Added a extra variation of the constructor.
   * Added a ReadBlock function.
   * Added a WriteBlock method.
   * Added a EOF function.
   * Added support for IBinaryStreamReader interface.
   * Added support for IBinaryStreamWriter interface.
   * Added support for IBlockReader interface.
   * Added support for IBlockWriter interface.
   * Added Mach-O compile support. 
      (Feature for REALbasic 5.5.2 and later)
   * Fixed a bug in the ReadShort function.

2.1
   * Added native support for long file names on 
     MacOS X and MacOS 9.
   * The ResourceStream now implements the IStreamWriter 
     interface.
   * The ResourceStream now implements the IStreamReader 
     interface.    
   * The ResourceStream now implements the IStreamReader 
     interface.    
   * One variation of the Write method was renamed to WriteBytes 
       to prevent conflicts with the IStreamWriter interface.

2.0
    * Fixed the WritePString method
    * Added another variation of the Write method.
    * Did speed optimizations in almost every method.
    * Added RB Plugin Plunger documentation.
    * Added HTML documentation.

1.5:
    * Added Carbon support
    * Compiled using REALbasic 2.1 SDK